|
|
|
BlueCielo Meridian GCF/SharePoint 2012 SP1 Administrator's Guide | BlueCielo ECM Solutions |
Some of the standard Meridian Enterprise events occur during Global Collaboration Framework import and export operations. In the following lists, an asterisk (*) is used for brevity but indicates that there are separate Initiate, Before, After, and Terminate events that are otherwise named the same:
BrcEvent_BeforeInclude
BrcEvent_AfterInclude
BrcEvent_BeforeWriteProperty
BrcEvent_BeforeImport
BrcEvent_AfterImport
BrcEvent_AfterReadProperty
BrcEvent_Before_Create
BrcEvent_BeforeOpen
BrcEvent_AfterOpen
BrcEvent_BeforeClose
DocWorkingCopyEvent_*CreateWC
DocWorkingCopyEvent_*SubmitWC
DocWorkflowEvent_*ChangeWFPerson
DocWorkAreaEvent_*Assign
DocWorkAreaEvent_*Cancel
DocWorkAreaEvent_*Release
To skip the execution of your custom code (if any) during these events so that it doesn't interfere with Global Collaboration Framework processing, add the following line to the top of the applicable event handler procedures:
If Vault.Argument("IsGcf") then Exit Sub
Note The name of the argument is case-sensitive.
Note The same modification should be made to any custom .NET user interface extensions if they implement handlers for the preceding events. In that case, the GCF Events extension should be moved to the top of the list of .NET extensions applied to a document type as described in the BlueCielo Meridian Enterprise Configuration Guide.
Related concepts
About installing the Meridian Enterprise server components
Related tasks
Copyright © 2000-2012 BlueCielo ECM Solutions |